go.pact.im/x/goupdate.textGenerator.section (method)
16 uses
go.pact.im/x/goupdate (current package)
textgen.go#L39: return g.section("TESTS", func() error {
textgen.go#L60: return g.section("OUTPUT", func() error {
textgen.go#L81: return g.section("INTERNAL ERROR", func() error {
textgen.go#L90: return g.section("MALFORMED OUTPUT", func() error {
textgen.go#L99: return g.section("STDERR", func() error {
textgen.go#L108: return g.section("DEPENDENCIES", func() error {
textgen.go#L134: return g.section(title, func() error {
textgen.go#L148: return g.section("UPDATED", func() error {
textgen.go#L159: return g.section(d.Path+"@"+d.Old.Version+" => "+d.New.Version, func() error {
textgen.go#L194: return g.section(title, func() error {
textgen.go#L208: return g.section("CHANGED", func() error {
textgen.go#L230: return g.section(title, func() error {
textgen.go#L244: return g.section(title, func() error {
textgen.go#L258: return g.section(d.Path, func() error {
textgen.go#L281: return g.section(title, func() error {
textgen.go#L291: func (g *textGenerator) section(title string, f func() error) error {